| Keysight.Visa Namespace > VxiSession Class > MoveOut16 Method : MoveOut16(AddressSpace,Int64,Int16[],Int64,Int64) Method |
'DeclarationPublic Overloads Sub MoveOut16( _ ByVal space As AddressSpace, _ ByVal destinationOffset As Long, _ ByVal sourceBuffer() As Short, _ ByVal sourceIndex As Long, _ ByVal count As Long _ )
'UsageDim instance As VxiSession Dim space As AddressSpace Dim destinationOffset As Long Dim sourceBuffer() As Short Dim sourceIndex As Long Dim count As Long instance.MoveOut16(space, destinationOffset, sourceBuffer, sourceIndex, count)
public void MoveOut16( AddressSpace space, long destinationOffset, short[] sourceBuffer, long sourceIndex, long count )
public: void MoveOut16( AddressSpace space, int64 destinationOffset, array<short>^ sourceBuffer, int64 sourceIndex, int64 count )
If the session is an instrument (INSTR) session, the offset parameter specifies a relative offset from the start of the instrument’s address space. If the session is a memory access (MEMACC) session, the offset parameter is an absolute offset from the start of memory in the specified address space.
All operations on a PXI memory access session that accept a space parameter to indicate the address space for bus access will accept the value AddressSpace.PxiAllocation.
The count parameter is the number of 16-bit elements to transfer, beginning at the specified sourceIndex. Therefore, sourceIndex + sourceBuffer.Length*2 cannot exceed the amount of memory exported by the device in the given space.
Current with Keysight IO Libraries Suite 18